From: Richard M. Stallman Date: Mon, 21 Jun 2004 03:26:53 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~21899 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=817e73c0bf35c607568db56649c631ef3a696b25;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index ca9abe254ec..4c9564b24ea 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2150,6 +2150,9 @@ configuration files. * Lisp Changes in Emacs 21.4 +** If a command sets transient-mark-mode to `only', that +enables Transient Mark mode for the following command, only. + +++ ** Cleaner way to enter key sequences. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f326a9a6b82..70f7255782a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,14 @@ +2004-06-20 Richard M. Stallman + + * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'. + + * isearch.el (isearch-repeat): Avoid testing old match data. + (isearch-message): Display trailing space in special font + when search is failing. + (isearch-search-fun-function): Doc fix. + + * autorevert.el (global-auto-revert-non-file-buffers): Doc fix. + 2004-06-19 Luc Teirlinck * frame.el (show-trailing-whitespace): Doc fix. diff --git a/src/ChangeLog b/src/ChangeLog index 95306dfa158..3b262ee76bc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,16 @@ +2004-06-20 Richard M. Stallman + + * xfaces.c (Finternal_copy_lisp_face): Small cleanup; doc fix. + + * search.c (match_limit): Cleaner err msg when no match data available. + + * window.c (syms_of_window): Doc fix. + + * keyboard.c (command_loop_1): Handle values `only' and `identity' + for Vtransient_mark_mode. + + * buffer.c (syms_of_buffer): Doc fix. + 2004-06-21 David Kastrup * minibuf.c (Ftry_completion, Fall_completions): Do lazy binding